positioned update meaning in English
定位更新
Examples
- The jdbc driver does not support positioned updates or deletes
Jdbc驱动程序不支持定位更新或定位删除。 - Positioned updates use the current of clause to specify a cursor
定位更新使用current of子句指定游标。 - If the row was modified , the attempted positioned update or delete fails
如果已修改该行,则尝试进行的定位更新或删除将失败。 - Specifies that positioned updates or deletes made through the cursor are guaranteed to succeed
指定通过游标进行的定位更新或删除保证会成功。 - A positioned update using a where current of clause updates the single row at the current position of the cursor
使用where current of子句的定位更新将在游标的当前位置更新单行。